home *** CD-ROM | disk | FTP | other *** search
- THIS DOCUMENTATION FILE IS ALSO WRITTEN IN ENGLISH AT THE END
-
- DESCRIPCION
- -----------
- KBAMAT.SYS 1.4 es un "pseudo-device driver" o "pseudo-controlador de
- dispositivo" para MS-DOS que tiene como misión facilitar la escritura
- de caracteres (letras y signos) del español en teclados de ordenadores
- AT compatibles, especialmente los de 101 teclas (americanos).
- Podría considerarse como un sustituto para la utilidad estándard
- KEYBSP.COM o KEYB.EXE para esos casos (AT compatible, teclado 101
- americano). Además, acelera hasta el límite máximo útil el ritmo de
- repetición ("typematic") del teclado, aumentando considerablemente la
- velocidad general del éste, con lo que sustituye a la vez otras utili-
- dades comúnmente usadas como el FASTATKB.COM.
-
-
- INSTALACION
- -----------
- Para usar el KBAMAT.SYS debe añadir una línea a su fichero CONFIG.SYS
- como la que sigue:
-
- DEVICE=KBAMAT.SYS
-
- El fichero CONFIG.SYS normalmente existe en su directorio principal o
- raíz del disco desde donde arranque el sistema. La mejor forma de
- añadir ("escribir") la línea es usar un programa de tratamiento de
- textos (como el WordStar o el WordPerfect) con el nombre \CONFIG.SYS
- como nombre del fichero a editar. Este fichero suele contener unas
- pocas líneas de texto similares a:
-
- FILES=20
- BUFFERS=15
- COUNTRY=034
- DEVICE=KBAMAT.SYS
-
- Si no dispone de ningún programa de tratamientos de textos, puede
- añadir la línea necesaria para utilizar el KBAMAT.SYS tecleando desde
- la línea de comandos del MS-DOS lo siguiente:
-
- CD \ <PULSAR RETURN>
- ECHO DEVICE=KBAMAT.SYS >>CONFIG.SYS <PULSAR RETURN>
-
- Tenga en cuenta que NO debe teclear <PULSAR RETURN> sino que lo que
- debe hacer es pulsar la tecla normalmente señalada en el teclado con el
- símbolo ─┘, la palabra RETURN o la palabra ENTER.
-
- El fichero KBAMAT.SYS debe estar en el directorio especificado en la
- línea del CONFIG.SYS (directorio raíz por defecto, pero puede ser
- cualquier otro, por ejemplo, DEVICE=C:\DOS\KBAMAT.SYS).
-
- Normalmente, KBAMAT se activa automáticamente al arrancar (boot) el
- sistema, pero puede dejarlo inactivo aunque preparado para su uso pos-
- terior en cualquier momento poniendo un espacio y un 0 en la línea aña-
- dida al fichero CONFIG.SYS. Si se desea, por lo tanto, que KBAMAT quede
- inactivo al arrancar, la línea a añadir en el fichero CONFIG.SYS sería:
-
- DEVICE=KBAMAT.SYS 0
-
- por ejemplo, en lugar de la anterior.
-
- Una vez añadida la línea al fichero CONFIG.SYS deberá borrar la que
- ejecuta el fichero KEYBSP.COM o KEYBSP.EXE si lo usaba con ante-
- rioridad. Para ello, lo mejor es usar un programa de tratamiento de
- textos y editar el fichero AUTOEXEC.BAT, que normalmente se encuentra
- en el directorio raíz del disco desde donde arranque. Simplemente
- borre la línea donde aparece:
-
- KEYBSP
-
- y guarde (grabe) el fichero modificado.
-
-
- USO
- ---
- Una vez arranque su sistema, KBAMAT.SYS será automáticamente cargado y
- puesto en estado inactivo o activo, según haya puesto un 0 siguiendo la
- línea DEVICE= en el fichero CONFIG.SYS o no. Para pasarlo de "activo"
- a "inactivo" o viceversa pulse simultáneamente las teclas Ctrl-Alt-F1.
- ^^^^^^^^^^^
- Una vez activo, las siguientes teclas cambian su función:
-
- ╔════════════════╦══════════════════════════════════════════════╗
- ║ NORMAL ║ CON KBAMAT ACTIVO ║
- ╟────────┬───────╫────────┬──────┬───────┬───────────┬──────────╢
- ║ Normal │ Shift ║ Normal │ Caps │ Shift │ Caps+Shif │ Ctrl+Alt ║
- ╠════════╪═══════╬════════╪══════╪═══════╪═══════════╪══════════╣
- ║ : │ ; ║ ñ │ Ñ │ Ñ │ ñ │ nulo ║
- ║ " │ ' ║ ; │ ; │ : │ : │ nulo ║
- ║ ` │ ~ ║ ¿ │ ¿ │ ¡ │ ¡ │ ª ║
- ║ 1 │ ! ║ 1 │ 1 │ ! │ ! │ º ║
- ║ 2 │ @ ║ 2 │ 2 │ " │ " │ @ ║
- ║ [ │ { ║ * │ nulo│ ** │ *** │ [ ║
- ║ ] │ } ║ ] │ ] │ } │ } │ { ║
- ╚════════╧═══════╩════════╧══════╧═══════╧═══════════╧══════════╝
-
- * Cuando se pulsa, si la siguiente tecla es una vocal minúscula ésta
- aparecerá acentuada. Si la siguiente tecla es una vocal
- mayúscula o cualquier otra tecla, ésta se procesa normalmente. Si
- es un espacio, el símbolo del acento (') aparece.
-
- ** Cuando se pulsa, si la siguiente tecla es una vocal minúscula,
- ésta aparece con diéresis (äëïöü). Si es una vocal mayúscula o
- cualquier otra tecla, ésta se procesa normalmente. Si es un
- espacio, el símbolo de "apertura de comillas simples" (`) aparece.
-
- *** Si CAPS LOCK está activado y se mantiene pulsada SHIFT (no se
- suelta y se vuelve a pulsar), el efecto es como se describe en el
- párrafo anterior. De lo contrario, el efecto es nulo.
-
- Todas las demás teclas se comportan igual a las del teclado americano
- de 101 teclas (NO a las del español de 102).
-
-
- CARACTERISTICAS TECNICAS
- ------------------------
- KBAMAT.SYS 1.4 sólo ocupa 423 bytes (típicamente 1 cluster) en el
- disco y 288 bytes de memoria RAM cuando está residente (instalado).
- En comparación, la utilidad estándar KEYBSP.COM o KEYB.EXE suele usar
- de 2.000 a 6.000 bytes de RAM una vez instalada y aún más en disco.
-
-
- SOLO FUNCIONA CON PROCESADORES 80186 o COMPATIBLES (NEC V20, V30,
- 80x86, etc, pero NO los 8088 ni 8086). Funciona, pues, en cualquier
- AT compatible, pero en casi ningún PC compatible. Existe una versión
- que funciona en cualquier PC compatible, aunque su utilidad es poca
- debido a que los PCs no suelen disponer de teclados 101 ni BIOS que
- lo soporten.
-
-
- COPYRIGHT
- ---------
- (C) Copyright 1990 J. Rafael Ramírez de la Cruz.
- Reservados todos los derechos - All rights reserved.
-
- El autor concede permiso para utilizar y distribuir copias del programa
- KBAMAT.SYS y de su documentación contenida en el fichero KBAMAT.DOC de
- forma gratuita siempre que se haga sin cobrar por ello y para su uso
- particular, NO comercial. Este programa NO SE ENCUENTRA EN DOMINIO
- PUBLICO y el autor se reserva todos los derechos, aunque autoriza su
- uso y distribución gratuita en los términos anteriormente señalados. Si
- desea incluirlo junto a una librería de "freeware" o programas en
- dominio público por el cual cobre una cantidad en concepto de gastos o
- cuota, o cualquier otra fórmula de distribución o uso comercial, o la
- modificación del código, debe pedir permiso a la dirección abajo
- indicada. Para ponerse en contacto con el autor, escriba a:
-
- Sistemas Informáticos DOS, S.A.
- Att. Rafael Ramírez
- Apdo 35
- 35500 Arrecife (LAS PALMAS)
- SPAIN
-
-
- --------------------------------ENGLISH--------------------------------
-
- DESCRIPTION
- -----------
- KBAMAT.SYS 1.4 is a pseudo "device driver" for MS-DOS designed to make
- easier the typing of Spanish characters in AT compatible machines,
- specially those with an AMERICAN 101 keyboard.
- It can be considered as a substitute for the standard utility
- KEYBSP.COM or KEYB.EXE in those cases (AT compatibles, 101 AMERICAN
- keyboards). It also increases the "key-repetition" (typematic) rate of
- the keyboard to the maximum useful limit, therefore becoming a
- substitute for other commonly used utilities such as FASTATKB.COM.
-
- TECHNICAL DATA
- --------------
- KBAMAT.SYS 1.4 only uses 423 bytes (typically 1 cluster) of disk space
- and only 288 bytes of RAM memory once resident (installed). In
- comparasion, the standard utility KEYBSP.COM or KEYB uses from 3.500
- to 7.000 bytes of RAM and even more in disk.
-
- KBAMAT.SYS 1.4 ONLY WORKS ON 8018x OR COMPATIBLE MICROPROCESSORS (such
- as NEC V20, V30, V40, 80188, 80186, 80286, 80386, 80486, etc, but NOT
- on the 8088 nor 8086). KBAMAT, therefore, works on ALL AT compatible
- computers, but in very few PC's. If you have a PC, use the utility
- KBAMPC.SYS instead.
-
- INSTALLATION
- ------------
- To install KBAMAT.SYS simply add a line in your CONFIG.SYS file such as:
-
- DEVICE=KBAMAT.SYS
-
- The CONFIG.SYS file normally exists in your root directory from which
- your system is booted. The best way to add this line is to use a word
- processor (such as WordStar or WordPerfect) and ask it to edit the file
- \CONFIG.SYS. This file usually contains a few lines similar to these:
-
- FILES=20
- BUFFERS=15
- COUNTRY=034
- DEVICE=KBAMAT.SYS
-
- If you don't have a word processor, you can add the line needed to use
- KBAMAT.SYS by typing at the DOS prompt:
-
- CD \ <PRESS ENTER>
- ECHO DEVICE=KBAMAT.SYS >>CONFIG.SYS <PRESS ENTER>
-
- Please, notice that you should NOT type <PRESS ENTER>, but rather press
- the key marked with the words RETURN or ENTER or the symbol ─┘.
-
- The file KBAMAT.SYS must be in the directory indicated in the line
- added to the CONFIG.SYS ("root" or "\" directory by defect, but may be
- any other you choose, such as DEVICE=C:\TOOLS\KBAMAT.SYS).
-
- Usually, KBAMAT is activated automatically whenever your system is
- started (boot), but you can set it in an "inactive" state but ready to
- be used at any time by adding a space and a 0 to the line in your
- CONFIG.SYS file, i.e.:
-
- DEVICE=KBAMAT.SYS 0
-
- You may want to do this if you prefer the original AMERICAN keyboard
- layout to type in English mainly but you want to eventually be able to
- type Spanish characters once in a while.
- Once this line is added to the CONFIG.SYS, remember to remove the line
- if your AUTOEXEC.BAT file that calls the KEYBSP.COM or KEYB if you
- used either one before. You can do this by editing the file with your
- word processor.
-
- USE
- ---
- Once your system is started, KBAMAT.SYS will be loaded and left
- inactive or active depending on whether you typed a 0 following the
- DEVICE= line in the CONFIG.SYS file or not. To switch it from active to
- inactive, press the Ctrl-Alt-F1 keys simultaneously.
- ^^^^^^^^^^^
- Once active, the following keys change their functions:
-
- ╔════════════════╦══════════════════════════════════════════════╗
- ║ NORMAL ║ WHEN KBAMAT IS ACTIVE ║
- ╟────────┬───────╫────────┬──────┬───────┬───────────┬──────────╢
- ║ Normal │ Shift ║ Normal │ Caps │ Shift │ Caps+Shift│ Ctrl+Alt ║
- ╠════════╪═══════╬════════╪══════╪═══════╪═══════════╪══════════╣
- ║ : │ ; ║ ñ │ Ñ │ Ñ │ ñ │ null ║
- ║ " │ ' ║ ; │ ; │ : │ : │ null ║
- ║ ` │ ~ ║ ¿ │ ¿ │ ¡ │ ¡ │ ª ║
- ║ 1 │ ! ║ 1 │ 1 │ ! │ ! │ º ║
- ║ 2 │ @ ║ 2 │ 2 │ " │ " │ @ ║
- ║ [ │ { ║ * │ null│ ** │ *** │ [ ║
- ║ ] │ } ║ ] │ ] │ } │ } │ { ║
- ╚════════╧═══════╩════════╧══════╧═══════╧═══════════╧══════════╝
-
-
- * When pressed, if the following key is a lowercase vowel, a tilde
- mark will be added (áéíóú). If any other key is pressed instead it will
- be processed as usual, except for the space bar, which will became the
- tilde sign (').
-
- ** When pressed, if the following key is a lowercase vowel, a
- "diéresis" sign (äëïöü). If any other key is pressed, it will be
- processed as usual, except for the space bar, which will output the
- "opening single quote" sign (`).
-
- *** If CAPS LOCK is active and SHIFT is kept pressed (not released and
- then pressed again), the effect is as described in the previous
- paragraph. Otherwise the effect is null.
-
- All the other keys behave as the do in a standard AMERICAN 101 keyboard
- (NOT as they do in a Spanish 102).
-
- COPYRIGHT
- ---------
- (C) Copyright 1990 J. Rafael Ramírez de la Cruz.
- Reservados todos los derechos - All rights reserved.
-
- The author hereby grants permission for the free use and distribution
- of the KBAMAT.SYS program and its documentation contained in the
- KBAMAT.DOC file as long as no charge is made for it, and it is for
- personal, NON-COMMERCIAL use. This program is NOT in the public domain
- and the author reserves all rights, although its free use and
- distribution in the terms expressed above is allowed. If you want to
- include this program as part of a "freeware" library for which you
- charge a "handling" or small amount or for any other form of
- distribution, ask for written permission to the address below. You can
- contact the author at:
-
- Rafael Ramírez
- Quevedo, 3
- 35500 Arrecife (LAS PALMAS)
- SPAIN